home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2003 June / macformat-130.iso / mac / Reviewed⁄Demos / Spearhead Demo / demota / pak1.pk3 / scripts / bmwbike.shader < prev    next >
Encoding:
Text File  |  2002-10-21  |  981 b   |  50 lines

  1. bmwbike
  2. {
  3.     qer_editorimage textures/models/vehicles/bmwbike/bmwbike.tga
  4.     {
  5.         map textures/models/vehicles/bmwbike/bmwbike.tga
  6.         rgbGen lightingSpherical
  7.     }
  8. }
  9. bmwbikecull
  10. {
  11.     qer_editorimage textures/models/vehicles/bmwbike/bmwbike.tga
  12.     cull none
  13.     {
  14.         map textures/models/vehicles/bmwbike/bmwbike.tga
  15.         rgbGen lightingSpherical
  16.         alphaFunc ge128
  17.         depthWrite
  18.     }
  19. }
  20. static_bmwbike
  21. {
  22.     qer_editorimage textures/models/vehicles/bmwbike/bmwbike.tga
  23.     cull none
  24.     {
  25.         map textures/models/vehicles/bmwbike/bmwbike.tga
  26.         rgbGen vertex
  27.         alphaFunc ge128
  28.         depthWrite
  29.     }
  30. }
  31.  
  32. bmwbike_d
  33. {
  34.     qer_editorimage textures/models/vehicles/bmwbike/bmwbike_d.tga
  35.     {
  36.         map textures/models/vehicles/bmwbike/bmwbike_d.tga
  37.         rgbGen lightingSpherical
  38.     }
  39. }
  40. bmwbike_dcull
  41. {
  42.     qer_editorimage textures/models/vehicles/bmwbike/bmwbike_d.tga
  43.     cull none
  44.     {
  45.         map textures/models/vehicles/bmwbike/bmwbike_d.tga
  46.         rgbGen lightingSpherical
  47.         alphaFunc ge128
  48.         depthWrite
  49.     }
  50. }